Welcome![Sign In][Sign Up]
Location:
Search - opengl visual basic

Search list

[OpenGL program1

Description: 本文简要介绍了OpenGL的基本发展状况及工作机制,重点运用面向对象思想论述了创建可重用图形类CopenGL在Visual C++三维图形绘制中的目的意义、操作、具体实施等诸多事项。 关键词 OpenGL 面向对象 重用 着色描述表  设备描述表-This paper introduces the basic development of OpenGL and working mechanism, with emphasis on the use of object-oriented thinking to create reusable graphics category CopenGL in Visual C++ Three-dimensional graphics rendering meaningless the purpose, operation, and many other matters of practical implementation. Keywords object-oriented reuse OpenGL rendering device
Platform: | Size: 5120 | Author: feng | Hits:

[OpenGL programcvery.comvc5114678898923

Description: visual c++6.0平台下OpenGL的基础程序,详细介绍了纹理映射和贴图技术-visual c++6.0 platform OpenGL' s basic procedures, detailed texture mapping and mapping technology
Platform: | Size: 189440 | Author: wubo | Hits:

[OpenGL programMENUDEMO

Description: Visual c++平台下,OpenGL基础程序,介绍了运动和颜色等知识-Visual c++ platform, OpenGL basic procedures, introduce the sport and colors, such as knowledge
Platform: | Size: 438272 | Author: wubo | Hits:

[OpenGL programcmy3

Description: visual c++平台下OpenGL基础程序,介绍了动画与实时处理方法-visual c++ platform OpenGL basic procedures, introduction of animation and real-time processing methods
Platform: | Size: 57344 | Author: wubo | Hits:

[OpenGL programcmy2

Description: visual c++平台下OpenGL基础程序,介绍了图像贴图与文字显示基础知识-visual c++ platform OpenGL basic procedures, introduction of the image map shows basic knowledge and language
Platform: | Size: 203776 | Author: wubo | Hits:

[OpenGL programcmy2

Description: visual c++平台下OpenGL基础程序,介绍了雾化和反走样技术-visual c++ platform OpenGL basic procedures, introduction of the atomization and anti-aliasing technology
Platform: | Size: 66560 | Author: wubo | Hits:

[OpenGL programcmy2

Description: visual c++平台下OpenGL基础程序,介绍了融合与透明技术的应用-visual c++ platform OpenGL basic procedures, integration and introduce a transparent technology
Platform: | Size: 48128 | Author: wubo | Hits:

[OpenGL programcmy2

Description: visual c++平台下OpenGL基础程序,介绍了色彩构成与光照技术及应用-visual c++ platform OpenGL basic procedures, introduction of the color composition and light technology and its application
Platform: | Size: 51200 | Author: wubo | Hits:

[VC/MFC_ex_aux

Description: visual c++ 开发openGL 基本的图形开发,包括键盘,鼠标使用-visual c++ to develop the basic openGL graphics development, including keyboard, mouse, use
Platform: | Size: 132096 | Author: xia | Hits:

[OpenGL programwindMill

Description: visual studio 2008开发,使用了Qt的库。用OpenGL实现了一个基本的风车绘制。可以旋转,设置速度,设置扇叶颜色等。附带程序使用说明。-visual studio 2008 development, use of Qt library. With OpenGL, drawing a basic windmill. Can rotate, set speed, set the blade color. With program instructions.
Platform: | Size: 5226496 | Author: 王增烨 | Hits:

[OpenGL programCPoint3DCloud

Description: 以Visual c++的MFC形式结合opengl实现点云数据的三维显示与基本操作-In Visual c++ opengl achieve the MFC form with the three-dimensional point cloud data display and basic operation
Platform: | Size: 6650880 | Author: abc | Hits:

[Software EngineeringTeeChart

Description: TeeChart Pro VCL/CLX是支持Windows(Delphi、C++Builder、.NET)和Linux(Kylix/CLX)系统平台的图表制作组件群,TeeChart Pro ActiveX 不仅适用于前者,而且也能满足Visual Studio C++、Visual Studio.NET 和ASP等系统平台的需要。本书在介绍TeeChart基本功能的基础上,比较全面地讲述TeeChart序列、函数以及维护方法,图表组件群中的各组件功能与应用,各种图表工具的功能和使用技术,图表组件与数据库技术的结合等内容,充分体现了TeeChart的优异性能;而TeeChart的实时监控、地图操作和OpenGL功能更彰显其制胜的特点-TeeChart Pro VCL/CLX supports Windows (Delphi, C++ Builder,. NET) and Linux (Kylix/CLX) platform charting component group, TeeChart Pro ActiveX is not only for the former, but also to meet the Visual Studio C++ , Visual Studio.NET and ASP systems platform needs. TeeChart book introduces the basic functions on the basis of a more comprehensive about TeeChart sequence, function and maintenance methods, chart component group of the function and application components, tools, features a variety of charts and use of technology, components and chart the combination of database technology, etc., TeeChart fully reflects the excellent performance while the TeeChart real-time monitoring, operation and OpenGL features more maps highlight the characteristics of their winning
Platform: | Size: 10438656 | Author: liushiyi | Hits:

[OpenGL programTransform

Description: 用visual studio环境可以运行,矩阵的基本运算,包括平移,旋转,缩放等。源码中有主要的步骤注释说明。用到了OpenGL的函数、库文件、头文件和glut库。-Visual studio environment can run the basic operations of the matrix, including translation, rotation, scaling, etc.. The notes of the main steps in the source. Use OpenGL function library files, header files, and the glut library.
Platform: | Size: 184320 | Author: Paul | Hits:

[OpenGL programAssignment1

Description: 这个文件是关于图形-OpenGL-2d的 功能是loading 文件 需要自己更改路径 开发语言c++ 环境visual studio -You are to read in a file with triangles and vertices and, using OpenGL, display the triangles directly on the screen. A basic program that provides a simple project as the basis for the assignment is provided. The file format is: data number-of-vertices number-of-triangles named-point-attributes(1..n- optional) <all points as: x y z> <all triangles (the initial 3 is the number of vertices): 3 point-index1 point-index2 point-index3> <all additional attributes in form n v1, v2, .. vn> A simple 2-triangle example is: data 4 2 0.25 0.25 0.0 0.75 0.25 0.0 0.75 0.75 0.0 0.25 0.75 0.0 3 0 1 2 3 0 2 3
Platform: | Size: 55296 | Author: wang | Hits:

[VC/MFCcomputer-graphics-experiments-(vcPP)

Description: 计算机图形学实验指导书(vc++版)开发工具选用面向对象Visual C++ 6.0的MFC框架环境作为开发平台,可以实现对图形的交互式操作。共给出9个实验教程,内容包括OpenGL程序设计基础,二维基本图元的生成,二维图形区域填充,二维图形的几何变换,二维裁剪,曲线、曲面绘制,图形的投影变换,三维面消隐算法,真实感图形绘制。对相关算法讲解透彻,读者可以很容易地按照提供的操作步骤完成上机实践。-检测到输入为:中文 The development tools of computer graphics experiments (vc++) are the development platform of C++ MFC 6, which can realize the interactive operation of graphics. A total of 9 experimental tutorials are given, including the OpenGL program design basis, the generation of 2D basic graphic elements, two-dimensional graphics area filling, two-dimensional graphics geometric transformation, 2D cutting, curve, curved surface rendering, graphics projection transformation, three-dimensional surface blanking algorithm, real sense map. To explain the related algorithm thoroughly, the reader can easily follow the steps provided to complete the operation of the machine.
Platform: | Size: 975872 | Author: Francis | Hits:

[Mathimatics-Numerical algorithmsISODATA

Description: ISODATA聚类算法,使用C++代码来实现,对Haberman的生存数据数据进行聚类, 改变初始参数观察结果变化,然后使用OPENGL将聚类结果可视化输出,最后对结果加以分析。(According to the basic idea of ISODATA algorithm flow chart of ISODATA algorithm, and implemented using C++ code, clustered survival data on Haberman data, change the initial parameters of observation of the changes, and then output visual clustering results using OPENGL, finally analyzes the results.)
Platform: | Size: 3594240 | Author: 李明222 | Hits:

[Graph Drawing小茶壶

Description: 在vs中使用OpenGL绘制一个小茶壶,可以方便新手了解OpenGL基本功能(The program uses OpenGL to paint a little pot on visual studio. It is convenient for fresher to understand the basic functions of OpenGL.)
Platform: | Size: 2048 | Author: 该昵称已存在 | Hits:
« 1 2 3 4»

CodeBus www.codebus.net